home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Miscellaneous / ival / ival.r < prev    next >
Encoding:
Text File  |  1987-05-25  |  2.5 KB  |  152 lines  |  [TEXT/????]

  1. *  ival.r -- Resource definition file for the interval study.
  2. *    Note: pre-compiled resources are included at the end of this file.
  3. *
  4. Interval
  5. APPLBN34
  6.  
  7. * Version data for the finder
  8. *    Note that the blank in 'STR ' is significant
  9. TYPE BN34 = STR 
  10.   ,0
  11.   Interval Version 1.0 -- May 25, 1987
  12.  
  13. * Menus
  14. *   ID (4 => pre-load the resource; Menus must not be purgeable)
  15. *   menu title: an Apple symbol (in hex) for the Apple menu.
  16. Type MENU
  17.   ,1(4)
  18. \14
  19.  About Interval...
  20.  (-
  21.  
  22.   ,2(4)
  23. File
  24.  Quit/Q
  25.  
  26.    ,3(4)
  27. Edit
  28.  Undo/Z
  29.  (-
  30.  Cut/X
  31.  Copy/C
  32.  Paste/V
  33.  Clear
  34.  
  35.    ,4(4)
  36. Configuration
  37.  Exercise Type...
  38.  Interval Type...
  39.  
  40. * A Window template
  41. Type WIND
  42.   ,260(36)
  43. Interval Study
  44. 39 0 342 512
  45. Visible GoAway
  46. 0
  47. 0
  48.  
  49. * Strings for the screen, File I/O, and error messages.
  50. Type STR#
  51.   ,129(36);;    Labels for the parts of the screen
  52.   4
  53. Control
  54. The Name
  55. The Notation
  56.  
  57.   ,131(36);;    Labels for all the interval direction buttons
  58.   2
  59. Above
  60. Below
  61.  
  62.   ,132(36);;    Labels for all the interval type buttons
  63.   5
  64. Augmented
  65. Perfect
  66. Major
  67. Minor
  68. Diminished
  69.  
  70.   ,133(36);;    Labels for all the interval size buttons
  71.   8
  72. Octave
  73. Seventh
  74. Sixth
  75. Fifth
  76. Fourth
  77. Third
  78. Second
  79. Unison
  80.  
  81.   ,134(36);;    Labels for the control pane buttons
  82.   2
  83. Next
  84. Play
  85.  
  86.   ,136(36);;    Labels for the name pane buttons
  87.   1
  88. Give
  89.  
  90.   ,137(36);;    Lables for the notation pane buttons
  91.   1
  92. Give
  93.  
  94.   ,401(4);;    File I/O error messages
  95.   30
  96. The directory is full.
  97. The disk is full.
  98. The disk can't be found.
  99. I/O error.
  100. That name is unacceptable.
  101. The requested file is not open.
  102. End of file.
  103. Attempt to position before the start of the file.
  104. Out of memory.
  105. Too many files are open.
  106. The file can't be found.
  107. The disk is write-protected.
  108. That file is locked.
  109. The disk is locked.
  110. That file is in use.
  111. That file already exists.
  112. That file is already open.
  113. Error in parameter list.
  114. Reference to a closed file.
  115. Could not get file position.
  116. That disk is ejected.
  117. The file cannot be opened in that way.
  118. That disk is already on-line.
  119. That drive cannot be found.
  120. That is not a Macintosh diskette.
  121. That disk is ejected.
  122. That disk is corrupted.
  123. That disk's master directory is corrupted.
  124. Can't write that file.
  125. Out of memory.
  126.  
  127.   ,402(4);;    Program-specific error-messages
  128.   3
  129. Out of memory.
  130. That file is not an Interval file.
  131. That file is corrupted.
  132.  
  133. * Finder's Information follows.
  134. Type BNDL
  135.    ,128(32)
  136.    BN34 0
  137.    ICN#
  138.    0 128 1 129
  139.    FREF
  140.    0 128 1 129
  141.  
  142. Type FREF
  143.   ,128(32)
  144.   APPL 0
  145.   ,129(32)
  146.   BN35 1
  147.  
  148. * include pre-compiled resources
  149. INCLUDE ival.res
  150. INCLUDE ival.code
  151. ************************************************
  152.